From 6ea0b23ed5226afc67f3c9d58e5cda35ce41c230 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 27 Mar 2015 10:29:24 +0000 Subject: [PATCH] hotplug/Linux: add missing backslash in dom0_ip Without it the actual error message is not written to xenstore. Signed-off-by: Olaf Hering Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu Acked-by: Ian Campbell --- tools/hotplug/Linux/vif-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hotplug/Linux/vif-common.sh b/tools/hotplug/Linux/vif-common.sh index 28ddae583a..fa0a18e8eb 100644 --- a/tools/hotplug/Linux/vif-common.sh +++ b/tools/hotplug/Linux/vif-common.sh @@ -207,7 +207,7 @@ dom0_ip() local result=$(ip_of "$nd") if [ -z "$result" ] then - fatal + fatal \ "$netdev is not up. Bring it up or specify another interface with " \ "netdev= as a parameter to $0." fi -- 2.30.2